Dart.Mail Namespace > ImapUTF7 Class > GetChars Method : GetChars(Byte[],Int32,Int32,Char[],Int32) Method |
Public Overloads Overrides Function GetChars( _ ByVal bytes() As Byte, _ ByVal byteIndex As Integer, _ ByVal byteCount As Integer, _ ByVal chars() As Char, _ ByVal charIndex As Integer _ ) As Integer
Dim instance As ImapUTF7 Dim bytes() As Byte Dim byteIndex As Integer Dim byteCount As Integer Dim chars() As Char Dim charIndex As Integer Dim value As Integer value = instance.GetChars(bytes, byteIndex, byteCount, chars, charIndex)
public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex )
Exception | Description |
---|---|
System.ArgumentNullException | bytes or chars is a null reference |
System.ArgumentOutOfRangeException | byteIndex, byteCount, or charIndex is less than zero. -or- byteIndex plus byteCount is greater than the length of bytes. -or- charIndex is greater than the length of chars. |
System.ArgumentException | bytes contains an invalid sequence of bytes |